home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-mpc.dcr / 00002_startMovie & preparemovie.ls next >
Encoding:
Text File  |  2001-07-22  |  344 b   |  18 lines

  1. global checkForFullScreen, mtime
  2.  
  3. on startMovie
  4.   puppetSound(1, 0)
  5.   checkForFullScreen = 0
  6.   mtime = 0
  7.   sprite(1).visible = 1
  8.   sprite(20).visible = 1
  9.   sprite(21).visible = 1
  10.   sprite(22).visible = 0
  11.   repeat with i = 141 to 146
  12.     sprite(i).visible = 0
  13.   end repeat
  14.   repeat with i = 151 to 156
  15.     sprite(i).visible = 1
  16.   end repeat
  17. end
  18.